home *** CD-ROM | disk | FTP | other *** search
/ Minami 63 / Minami CD 63.iso / Extra / ffdshow-20050328.exe / ffdshow.ax / 0 / TEXT / 138 < prev    next >
Text File  |  2005-03-27  |  763b  |  16 lines

  1. Resize algorithms:
  2.   Fast bilinear - fast with acceptable quality
  3.   Bilinear - quality slighty better than previous, but a little bit slower
  4.   Bicubic - high quality, slower
  5.   Experimental - similar to bicubic, but with different coefficients
  6.   Point - fastest, ugliest
  7.   Area - area averaging scaling
  8.   Bicublin - luminance bicubic, chroma bilinear
  9.   None - just adds black borders or crops the image
  10. Gaussian blur - during resizing, image can be slightly blurred - independend on blur filter
  11. Sharpen - sharpens image during resizing, independend on sharpening filters
  12.  
  13. Interlaced:
  14.   unchecked  - frames are treated as progressive
  15.   checked - frames are treated as interlaced
  16.   grayed - decide by input frame type (use when processing MPEG2 video)